LocalSettings.php
  • Change logo to CalontiriCrossLogo3.png [sic]
  • Enable Uploads
  • +/- Enable External Links, whitelist


MediaWiki:Sidebar
  • SEARCH
  • navigation
    • mainpage|mainpage-description
    • Category:Kingdom|Kingdom
    • Category:Groups|Groups
    • Category:People|People
    • Category:Activities|Activities
    • Category:Events|Events
    • Category:Resources|Resources

  • Other Links
    • recentchanges-url|recentchanges
    • randompage-url|randompage
    • helppage|help

  • TOOLBOX
  • LANGUAGES


MediaWiki:Common.css
<span style="background-color: #f8f9fa; font-family: monospace,Courier; font-size: 14px;">/* CSS placed here will be applied to all skins */
 
body {background: gold}
#mw-page-base {background: indigo; color: gold}
 
 
/* unvisited link */
a:link {
    color: yellow;
}
 
/* visited link */
a:visited {
    color: gold;
}
 
/* mouse over link */
a:hover {
    color: white;
}
 
/* selected link */
a:active {
    color: yellow;
}
</span>